home *** CD-ROM | disk | FTP | other *** search
/ VRML 2.0 Sourcebook (2nd Edition) / VRML 2.0 Sourcebook CD [md5 fed90f4f9c39d5a60d477058775c7e21].iso / book / unix / ch04 / 04fig09.wrl < prev    next >
Text File  |  1996-09-22  |  574b  |  35 lines

  1. #VRML V2.0 utf8
  2. # The VRML 2.0 Sourcebook
  3. # Copyright [1997] By
  4. # Andrea L. Ames, David R. Nadeau, and John L. Moreland
  5. Group {
  6.     children [
  7.         Shape {
  8.             appearance DEF White Appearance {
  9.                 material Material { }
  10.             }
  11.             geometry Text {
  12.                 string "First"
  13.                 fontStyle FontStyle {
  14.                     family  "SERIF"
  15.                     style   "ITALIC"
  16.                     justify "END"
  17.                     size    1.0
  18.                 }
  19.             }
  20.         },
  21.         Shape {
  22.             appearance USE White
  23.             geometry Text {
  24.                 string "Second"
  25.                 fontStyle FontStyle {
  26.                     family  "SANS"
  27.                     style   "BOLD"
  28.                     justify "BEGIN"
  29.                     size    1.0
  30.                 }
  31.             }
  32.         }
  33.     ]
  34. }
  35.